panorama-from-scratch
This project utilizes Python along with OpenCV and Matplotlib to illustrate the creation of a panoramic image from scratch. It features techniques like SIFT for key point calculation, RANSAC for homography estimation, and Projective Transformations for image blending. The code presents a detailed walkthrough of steps including feature matching with FLANN and image combination for the creation of stunning panoramas.